home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Vertigo / Nub / GWorld.h < prev    next >
Text File  |  2000-06-23  |  213b  |  18 lines

  1. #ifndef _GWORLD_
  2. #define _GWORLD_
  3.  
  4. #include <MacTypes.h>
  5. #include <QDOffscreen.h>
  6.  
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10.  
  11. GWorldPtr CreateGWorld(Rect *bounds);
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17. #endif /* _GWORLD_ */
  18.